-
Notifications
You must be signed in to change notification settings - Fork 729
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prepare JEP331 with an empty implementation #4461
Conversation
I had the date updated accordingly.
@AdamBrousseau any insights? |
Aha, looked at wrong file for |
Never mind, @AdamBrousseau, find the problem. |
@gacholio Can you review this? The goal is to get the required jdk11 constants into jvmti.h. The implementation of the new capabilities to follow in future PRs |
runtime/tests/jvmtitests/src/com/ibm/jvmti/tests/eventSampledObjectAllocation/soae001.c
Outdated
Show resolved
Hide resolved
...al/cmdLineTests/jvmtitests/src/com/ibm/jvmti/tests/eventSampledObjectAllocation/soae001.java
Outdated
Show resolved
Hide resolved
Please resolve the merge conflicts and remove "event" from the test names/directories. |
jenkins test sanity xlinux jdk11 |
Updated jvmti.h with JVMTI 11 version, new event and method defines; Added a sanity test; Changed JVMTI_VERSION_9_0 to JVMTI_VERSION_9 to match RI; Removed unused J9JVMTIEnv.capabilitiesMask and related code. Signed-off-by: Jason Feng <[email protected]>
Fixed @gacholio please have another look. |
jenkins test sanity xlinux jdk11 |
Prepare
JEP331
with an empty implementationThis is a subset of #3754 without
GC
related functionalities.Updated
jvmti.h
withJVMTI 11
version, new event and method defines, changedJVMTI_VERSION_9_0
toJVMTI_VERSION_9
to match RI (this addresses the issue reported at https://openj9.slack.com/archives/C8312LCV9/p1548360917133500);Added a sanity test;
Removed unused
J9JVMTIEnv.capabilitiesMask
and related code.Note: this might have an impact on #2368
closes #4667
Peer reviewer: @tajila
Reviewer: @DanHeidinga
Signed-off-by: Jason Feng [email protected]